KREDOR Business Object Framework Documentation

SelectFrom<T>.ByPrimaryKey Method

Returns the BusinessObject identified by the specified primary key value.

Overload List

Returns the BusinessObject identified by the specified primary key value.

public static T ByPrimaryKey(Object);

Returns the BusinessObject identified by the specified primary key value.

public static T ByPrimaryKey(Object,DataSource);

See Also

SelectFrom<T> Class | Kredor.BO Namespace